Skip to content

fix(web): show skill group for casual scrims on home list (#662)#723

Merged
gankoji merged 2 commits intomainfrom
cursor/issue-662-casual-scrim-skill-group-0a5a
Apr 12, 2026
Merged

fix(web): show skill group for casual scrims on home list (#662)#723
gankoji merged 2 commits intomainfrom
cursor/issue-662-casual-scrim-skill-group-0a5a

Conversation

@gankoji
Copy link
Copy Markdown
Member

@gankoji gankoji commented Apr 12, 2026

Summary

Closes #662.

The pending scrims GraphQL payload already includes skillGroup; the home list UI only rendered it when settings.competitive was true, so casual scrims showed an empty Skill Group column.

Changes

  • ScrimTable.svelte: Always show scrim.skillGroup?.profile?.description (same data as after joining).
  • ScrimCard.svelte: Add a Skill Group row for the mobile layout so narrow viewports match the table.

Validation

  • npm run check --workspace=clients/web — fails with many pre-existing project errors; no new issues identified in the edited files beyond existing ScrimTable typing noise.

Branch / commit

  • Branch: cursor/issue-662-casual-scrim-skill-group-0a5a
  • Base: main
Open in Web Open in Cursor 

Pending scrim queries already return skillGroup; the table hid it unless
competitive. Display the same label for casual scrims in the table and
mobile card layout (fixes #662).

Co-authored-by: Jake Bailey <asaxplayinghorse@gmail.com>
@gankoji gankoji marked this pull request as ready for review April 12, 2026 23:21
@gankoji gankoji self-assigned this Apr 12, 2026
@gankoji gankoji merged commit abbcbeb into main Apr 12, 2026
7 checks passed
@gankoji gankoji deleted the cursor/issue-662-casual-scrim-skill-group-0a5a branch April 12, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the skill group to casual scrims

2 participants